func crypto/internal/fips140/ed25519.newPublicKey

2 uses

	crypto/internal/fips140/ed25519 (current package)
		ed25519.go#L151: 	return newPublicKey(p, pub)
		ed25519.go#L154: func newPublicKey(pub *PublicKey, pubBytes []byte) (*PublicKey, error) {